Switch 类别

代表感测器。

继承体系

System.Object
  System.ComponentModel.INotifyPropertyChanged
    IntervalZero.KINGSTAR.Base.Class.Switch

命名空间IntervalZero.KINGSTAR.Base.Class

组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

语法

C#VB
public class Switch : INotifyPropertyChanged
Public Class Switch Implements INotifyPropertyChanged

 

Switch 类别陈列了以下成员。

建构函式

 名称说明
SwitchSwitch 类别的创建者,此类别包含感测器的属性。

事件

 名称说明
PropertyChanged通知应用程式是否有属性改变。

属性

 名称说明
Enable启用或停用感测器的极限或原点复归功能。
Invert反转感测器值。
Module决定开关的类型(轴或 I/O)。
Offset模组输入变数中感测器数位输入的偏移量(位元)。

参见

IntervalZero.KINGSTAR.Base.Class 命名空间